home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2003 November A / PCWK1103A.iso / Top10FreewarePL-SOFT / DriveRescue / setup.exe / {app} / rescue.exe / 0 / RCDATA / TDIRSELECTDIALOG / TDIRSELECTDIALOG.txt
Text File  |  2002-06-30  |  3KB  |  155 lines

  1. object DirSelectDialog: TDirSelectDialog
  2.   Tag = 480
  3.   Left = 208
  4.   Top = 220
  5.   BorderStyle = bsDialog
  6.   Caption = 'Select Directory...'
  7.   ClientHeight = 328
  8.   ClientWidth = 435
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label1: TLabel
  20.     Tag = 481
  21.     Left = 8
  22.     Top = 232
  23.     Width = 45
  24.     Height = 13
  25.     Caption = 'Directory:'
  26.   end
  27.   object Label2: TLabel
  28.     Left = 84
  29.     Top = 232
  30.     Width = 237
  31.     Height = 33
  32.     AutoSize = False
  33.     WordWrap = True
  34.   end
  35.   object Label3: TLabel
  36.     Tag = 483
  37.     Left = 8
  38.     Top = 280
  39.     Width = 417
  40.     Height = 41
  41.     AutoSize = False
  42.     Caption = 
  43.       'Notice: It is recommended to save the lost/deleted data on anoth' +
  44.       'er drive! Otherwise other lost/deleted data could be overwritten' +
  45.       '.'
  46.     Font.Charset = DEFAULT_CHARSET
  47.     Font.Color = clRed
  48.     Font.Height = -11
  49.     Font.Name = 'MS Sans Serif'
  50.     Font.Style = [fsBold]
  51.     ParentFont = False
  52.     WordWrap = True
  53.   end
  54.   object Label4: TLabel
  55.     Tag = 484
  56.     Left = 260
  57.     Top = 88
  58.     Width = 169
  59.     Height = 41
  60.     AutoSize = False
  61.     Caption = 
  62.       'The data to be written are determined via corresponding clusters' +
  63.       ' from:'
  64.     WordWrap = True
  65.   end
  66.   object Label5: TLabel
  67.     Tag = 485
  68.     Left = 260
  69.     Top = 160
  70.     Width = 156
  71.     Height = 39
  72.     Caption = 
  73.       'Note: Select '#39'no FAT'#39' if data has been deleted or drive has been' +
  74.       ' quick-formatted!'
  75.     WordWrap = True
  76.   end
  77.   object Button1: TButton
  78.     Tag = 486
  79.     Left = 352
  80.     Top = 18
  81.     Width = 75
  82.     Height = 25
  83.     Caption = 'OK'
  84.     Default = True
  85.     ModalResult = 1
  86.     TabOrder = 0
  87.   end
  88.   object Button2: TButton
  89.     Tag = 487
  90.     Left = 352
  91.     Top = 48
  92.     Width = 75
  93.     Height = 25
  94.     Cancel = True
  95.     Caption = 'Cancel'
  96.     ModalResult = 2
  97.     TabOrder = 1
  98.   end
  99.   object Panel1: TPanel
  100.     Left = 0
  101.     Top = 272
  102.     Width = 433
  103.     Height = 2
  104.     BevelOuter = bvLowered
  105.     TabOrder = 2
  106.   end
  107.   object ComboBoxFAT: TComboBox
  108.     Left = 260
  109.     Top = 132
  110.     Width = 165
  111.     Height = 21
  112.     ItemHeight = 13
  113.     TabOrder = 3
  114.   end
  115.   object ShellComboBox1: TShellComboBox
  116.     Left = 8
  117.     Top = 12
  118.     Width = 233
  119.     Height = 22
  120.     Root = 'rfDesktop'
  121.     ShellTreeView = ShellTreeView1
  122.     UseShellImages = True
  123.     DropDownCount = 8
  124.     TabOrder = 4
  125.     OnChange = ShellComboBox1Change
  126.   end
  127.   object ShellTreeView1: TShellTreeView
  128.     Left = 8
  129.     Top = 36
  130.     Width = 233
  131.     Height = 173
  132.     ObjectTypes = [otFolders]
  133.     Root = 'rfDesktop'
  134.     ShellComboBox = ShellComboBox1
  135.     UseShellImages = True
  136.     AutoRefresh = False
  137.     Indent = 19
  138.     ParentColor = False
  139.     RightClickSelect = True
  140.     ShowRoot = False
  141.     TabOrder = 5
  142.     OnChange = ShellTreeView1Change
  143.   end
  144.   object Button3: TButton
  145.     Tag = 482
  146.     Left = 352
  147.     Top = 232
  148.     Width = 75
  149.     Height = 25
  150.     Caption = '&Create...'
  151.     TabOrder = 6
  152.     OnClick = Button3Click
  153.   end
  154. end
  155.